home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 4076 / 4076.xpi / chrome / addthis.jar / content / welcome.xul < prev   
Encoding:
Extensible Markup Language  |  2010-01-06  |  2.3 KB  |  50 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <?xml-stylesheet href="chrome://addthis/skin/welcome.css" type="text/css"?>
  4.  
  5. <!DOCTYPE dialog SYSTEM "chrome://addthis/locale/addthis.dtd">
  6. <dialog
  7.     id="at_preferencesWindow"
  8.     title="&addthis.preferences.title;"
  9.     buttons="accept"
  10.     onload="AddThis_Preferences.initWelcome();window.sizeToContent();"
  11.     ondialogaccept="return AddThis_Preferences.processWelcome();"
  12.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  13.             
  14.     <script type="application/x-javascript" src="Constants.js"/>
  15.     <script type="application/x-javascript" src="Util.js"/>
  16.     <script type="application/x-javascript" src="Preferences.js"/>
  17.     <script type="application/x-javascript" src="Search.js"/>
  18.     <script type="application/x-javascript" src="MainButton.js"/>
  19.     <script type="application/x-javascript" src="UrlBar.js"/>
  20.     <script type="application/x-javascript" src="Toolbar.js"/>
  21.     
  22.     <vbox id="at_welcome"> 
  23.     
  24.         <hbox id="at_welcome_top" align="center">
  25.             <image src="chrome://addthis/skin/at-logo-70-sdw.png" width="70" height="70" />
  26.             <label align="center" id="at_welcome_name" value="&addthis.default.name;" />
  27.         </hbox>
  28.     
  29.         <label value="&addthis.preferences.othertab.text;" />
  30.  
  31.         <vbox class="checkcontainer">
  32.         <checkbox id="at_prefs_showtoolbar" label="&addthis.preferences.showtoolbar.label;" />
  33.         <checkbox id="at_prefs_showbutton" label="&addthis.preferences.showbutton.label;" />
  34.         <checkbox id="at_prefs_showcontextmenu" label="&addthis.preferences.showcontextmenu.label;" />
  35.         <checkbox id="at_prefs_showurlbar" label="&addthis.preferences.showurlbar.label;" />
  36.         </vbox>
  37.         
  38.         <vbox id="at_prefs_search_container">
  39.             <label value="&addthis.preferences.search.header;" />
  40.             
  41.             <vbox class="checkcontainer">
  42.             <checkbox id="at_prefs_search" checked="true" label="&addthis.preferences.search.label;" />
  43.             </vbox>
  44.         </vbox>
  45.         
  46.         <label value="&addthis.welcome.change;" />
  47.         <label value="&addthis.menu.wrench.label; > &addthis.menu.wrench.tooltip; > &addthis.preferences.othertab.label;" />
  48.     </vbox>
  49.                             
  50. </dialog>